 |
API Documentation
|
|
|
DepthStencilState * getDefaultState() const
DepthStencilState * get(const nkMemory::StringView &name)
void erase(const nkMemory::StringView &name)
Manages the depth and stencil states available in the component.
Definition: DepthStencilStateManager.h:14
~DepthStencilStateManager()
DepthStencilState * createOrRetrieve(const nkMemory::StringView &name)
Holds information about a depth and stencil state used for rendering.
Definition: DepthStencilState.h:12
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
DepthStencilState * getByIndex(unsigned int index)
void rename(const nkMemory::StringView &oldName, const nkMemory::StringView &newName)
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7